home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-17 / mouse704.zip / README.1ST < prev   
Text File  |  1992-08-06  |  4KB  |  98 lines

  1.  
  2.         =================================================================
  3.                                ATI MOUSE DRIVER 7.04
  4.         =================================================================
  5.  
  6.         Contained  on this file  are  two  mouse  drivers; MOUSE.SYS  and
  7.         MOUSE.COM.  MOUSE.SYS  is  a device  driver  which  is  installed
  8.         through the CONFIG.SYS file on your boot drive. This driver  will
  9.         activate  the  mouse every  time  you  boot the system. The mouse
  10.         driver  can  be installed manually by  copying MOUSE.SYS into the
  11.         root directory of your boot drive and adding one of the following
  12.         lines  into your CONFIG.SYS file:
  13.  
  14.                   DEVICE = MOUSE.SYS [option(s)]
  15.  
  16.         MOUSE.COM  is  an executable program which is used to  install  a
  17.         resident  mouse driver if MOUSE.SYS is not installed and to  con-
  18.         figure the mouse driver.  To use MOUSE.COM,  type
  19.  
  20.                   MOUSE [option(s)]
  21.  
  22.         Available options are listed below:
  23.  
  24.         * Before installing:
  25.  
  26.                   MOUSE HELP     - displays help message on the screen.
  27.  
  28.                   MOUSE STATUS   - as above.
  29.  
  30.                   MOUSE ?        - as above.
  31.  
  32.                   MOUSE /?       - as above.
  33.  
  34.         * To Install:
  35.  
  36.                   MOUSE 3BUTTONS - Configures the mouse driver to 3
  37.                                    buttons. This is the default unless
  38.                                    2BUTTONS is specified.
  39.  
  40.                   MOUSE 2BUTTONS - Configures the mouse driver to 2
  41.                                    buttons.
  42.  
  43.                   MOUSE 400DPI   - Configures the mouse driver for a
  44.                                    high  resolution  (400dpi)   mouse.
  45.                                    (Same as MOUSE /P1)
  46.  
  47.                   MOUSE 200DPI   - Configures the mouse driver for a
  48.  
  49.  
  50.                                    standard resolution (200dpi) mouse.
  51.                                    (Same as MOUSE /P3)
  52.  
  53.                   MOUSE /Pn      - Selects which profile to use.
  54.                                    These movement profiles are ballistic
  55.                                    curves. If the mouse moves faster for
  56.                                    a given distance, the mouse pointer
  57.                                    will move a longer distance across the
  58.                                    screen. This driver comes with four
  59.                                    movement profiles (1-Slow, 2-Moderate,
  60.                                    3-Fast, 4-Unaccelerated). The default
  61.                                    is profile 2 (Moderate).
  62.  
  63.                   MOUSE /Sn      - Sets the horizontal and vertical
  64.                                    mouse-to-cursor movement sensitivity.
  65.                                    The range is from 1 to 100.  Larger
  66.                                    value will make cursor move faster.
  67.                                    The default sensitivity is 50.
  68.  
  69.         * After installation:
  70.  
  71.                   MOUSE OFF      - Disables mouse driver. If MOUSE.COM
  72.                                    was  installed instead  of MOUSE.SYS
  73.                                    and MOUSE.COM was  the  last resident
  74.                                    program installed, the memory occupied
  75.                                    by the mouse driver will be released.
  76.  
  77.                   MOUSE          - Enables the mouse driver.
  78.  
  79.                   MOUSE STATUS   - Displays the current status of the
  80.                                    mouse driver along with the help
  81.                                    message.
  82.  
  83.                   MOUSE HELP     - as above.
  84.  
  85.                   MOUSE ?        - as above.
  86.  
  87.                   MOUSE /?       - as above.
  88.  
  89.                   MOUSE /Pn      - Selects which profile to use.
  90.  
  91.                   MOUSE /Sn      - Sets the horizontal and vertical
  92.                                    mouse-to-cursor movement sensitivity.
  93.  
  94.  
  95.         For a printout of this information, type:
  96.  
  97.                       A>TYPE READM.1ST >PRN  <enter>
  98.